JMExecStaticMethodInContext
Executes a static Java method in a given AWT context thread.
OSStatus JMExecStaticMethodInContext ( JMAWTContextRef context, JRIClassID classID, JRIMethodID methodID, UInt32 argCount, JRIValue args[]);
context
- The AWT context in whose thread you want the method to execute.
ClassID
- The class ID of the class that contains the method.
methodID
- The ID of the method.
argCount
- The number of arguments in the method
args[]
- The argument list.
- function result
- A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
SEE ALSO
For calls to nonstatic methods, you should use theJMExecMethodInContext
function instead (page 33).For more information on available method calls, see documentation on the Java Runtime Interface (JRI) at the Web page
http://developer.netscape.com/
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help